Skip to content

Makefile: Copy shared library files from addons libs to exe folder #8046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 12, 2024

Conversation

ofTheo
Copy link
Member

@ofTheo ofTheo commented Jul 12, 2024

Current state of things on Linux / Msys2 and macOS:

  • If you are building a project with addons in VS Code or Make you need to manually copy the addon shared libraries to the bin directory ( and on Linux confusingly into bin/libs )
  • If you don't you'll get runtime linker errors ( only with addons )

This PR copies addon shared libraries as part of the make command and also changes Linux to look for shared libs in project/bin/ ( mirroring Windows and macOS behavior ).

@ofTheo ofTheo merged commit 1176b22 into openframeworks:master Jul 12, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant